Skip to content

CollectionViewSectionInformation class

Attributes: [DebuggerDisplay("{Collection}")]

Defined in

Namespace: ReactiveUI.Reactive Assembly: ReactiveUI.Reactive.dll Full name: ReactiveUI.Reactive.CollectionViewSectionInformation<T> Modifiers: public

Summary

View source

Class used to extract a common API between UICollectionView and UICollectionViewCell.

Applies to

net10.0-ios26.0, net10.0-maccatalyst26.0, net10.0-tvos26.0

Class hierarchy
classDiagram
class CollectionViewSectionInformation~T~
class ISectionInformation~UICollectionViewCell~ {
    <>
}
ISectionInformation~UICollectionViewCell~ <|.. CollectionViewSectionInformation~T~

Implements: ISectionInformation<UICollectionViewCell>

Constructors

NameSummary
.ctor

Properties

NameSummary
CollectionGets the collection.
InitializeCellActionGets the initialize cell action.
CellKeySelectorGets the cell key selector.
Inherited members